home *** CD-ROM | disk | FTP | other *** search
/ DarkBASIC - The Ultimate 3D Game Creator / PCactive 8 CD1 - DarkBasic.iso / SOFTWARE / DEMOS / Utilities / 3dcanvas / 3DCANVAS.CAB / Wood.CLM / Material.json
Encoding:
JavaScript Object Notation  |  2001-01-13  |  1.2 KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (255)",
  5.         "PreviewPrimitive": "Long Integer",
  6.         "Color": "Long Integer",
  7.         "TextureFileName": "Text (255)",
  8.         "TextureFlipU": "Long Integer",
  9.         "TextureFlipV": "Long Integer",
  10.         "TextureWrapType": "Long Integer",
  11.         "ApplyRelative": "Long Integer",
  12.         "Transparency": "Text (255)",
  13.         "Ambient": "Text (255)",
  14.         "Emissive": "Text (255)",
  15.         "Specular": "Text (255)",
  16.         "FlatWrapType": "Long Integer",
  17.         "TextureTilesPerUnit": "Single",
  18.         "TextureOriginU": "Single",
  19.         "TextureOriginV": "Single",
  20.         "TextureScaleU": "Single",
  21.         "TextureScaleV": "Single"
  22.     },
  23.     "data": [
  24.         {
  25.             "ID": 1,
  26.             "PreviewPrimitive": 2,
  27.             "Color": 16777215,
  28.             "TextureFileName": "C:\\DirectFlex\\Media\\Textures\\maple.bmp",
  29.             "TextureFlipU": 0,
  30.             "TextureFlipV": 0,
  31.             "TextureWrapType": 1,
  32.             "ApplyRelative": 0,
  33.             "Transparency": "0",
  34.             "Ambient": "0",
  35.             "Emissive": "20",
  36.             "Specular": "85",
  37.             "FlatWrapType": 0,
  38.             "TextureTilesPerUnit": 0,
  39.             "TextureOriginU": 0,
  40.             "TextureOriginV": 0,
  41.             "TextureScaleU": 1,
  42.             "TextureScaleV": 1
  43.         },
  44.         {
  45.             "ID": 2,
  46.             "PreviewPrimitive": 2,
  47.             "Color": 16777215,
  48.             "TextureFileName": "C:\\DirectFlex\\Media\\Textures\\redwood.bmp",
  49.             "TextureFlipU": 0,
  50.             "TextureFlipV": 0,
  51.             "TextureWrapType": 1,
  52.             "ApplyRelative": 0,
  53.             "Transparency": "0",
  54.             "Ambient": "0",
  55.             "Emissive": "20",
  56.             "Specular": "85",
  57.             "FlatWrapType": 0,
  58.             "TextureTilesPerUnit": 0,
  59.             "TextureOriginU": 0,
  60.             "TextureOriginV": 0,
  61.             "TextureScaleU": 1,
  62.             "TextureScaleV": 1
  63.         }
  64.     ]
  65. }